| OLD | NEW |
| 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> | 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> |
| 2 <PatchRemove> | 2 <PatchRemove> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> | 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> |
| 4 </PatchRemove> | 4 </PatchRemove> |
| 5 <PatchAdd> | 5 <PatchAdd> |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> | 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> |
| 7 </PatchAdd> | 7 </PatchAdd> |
| 8 | 8 |
| 9 <PropertyGroup> | 9 <PropertyGroup> |
| 10 </PropertyGroup> | 10 </PropertyGroup> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.PPAPI.$(PlatformToolset).targets'))" /> | 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.PPAPI.$(PlatformToolset).targets'))" /> |
| 55 </PatchAdd> | 55 </PatchAdd> |
| 56 <PatchRemove> | 56 <PatchRemove> |
| 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> | 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> |
| 58 </PatchRemove> | 58 </PatchRemove> |
| 59 <PatchAdd> | 59 <PatchAdd> |
| 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> | 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> |
| 61 </PatchAdd> | 61 </PatchAdd> |
| 62 </Project> | 62 </Project> |
| 63 | 63 |
| OLD | NEW |